chore: update WhatsApp Web version to v2.3000.1041794174#559
Conversation
|
Thanks for opening this pull request and contributing to the project! The next step is for the maintainers to review your changes. If everything looks good, it will be approved and merged into the main branch. In the meantime, anyone in the community is encouraged to test this pull request and provide feedback. ✅ How to confirm it worksIf you’ve tested this PR, please comment below with: This helps us speed up the review and merge process. 📦 To test this PR locally:If you encounter any issues or have feedback, feel free to comment as well. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesBaileys Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fea69045c2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1 +1 @@ | |||
| {"version": [2, 3000, 1041785292]} | |||
| {"version":[2,3000,1041794174]} | |||
There was a problem hiding this comment.
Use a published WhatsApp Web revision
This changes the bundled default client revision to 1041794174, but the public WhatsApp Web version index I checked currently lists 2.3000.1041785292-alpha as the current stable version and has no 1041794174 entry. Because this JSON is imported into DEFAULT_CONNECTION_CONFIG.version, any socket using the bundled defaults (or falling back after a live version fetch failure) will present an unsupported revision and can be rejected during connection; please keep this at a published/current revision or regenerate it once the source reports that version.
Useful? React with 👍 / 👎.
Automated WhatsApp Web version update.
This PR updates the WhatsApp Web client revision to the latest version fetched from
web.whatsapp.com.Version:
2.3000.1041794174Single source of truth:
src/Defaults/baileys-version.json(other files import from here)Update frequency: Daily at 09:00 UTC
Summary by cubic
Bump WhatsApp Web client version to 2.3000.1041794174 in
src/Defaults/baileys-version.jsonto match the latest upstream and maintain compatibility. No other changes.Written for commit fea6904. Summary will update on new commits.
Summary by CodeRabbit